In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / HistogramGetARGB Method

HistogramGetARGB Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function HistogramGetARGB( _

   ByVal ImageID As Integer, _

   ByRef HistoA() As Integer, _

   ByRef HistoR() As Integer, _

   ByRef HistoG() As Integer, _

   ByRef HistoB() As Integer _

) As GdPictureStatus
public GdPictureStatus HistogramGetARGB( 

   int ImageID,

   ref int[] HistoA,

   ref int[] HistoR,

   ref int[] HistoG,

   ref int[] HistoB

)
public function HistogramGetARGB( 

    ImageID: Integer;

   var  HistoA: Integerarray of;

   var  HistoR: Integerarray of;

   var  HistoG: Integerarray of;

   var  HistoB: Integerarray of

): GdPictureStatus; 
public function HistogramGetARGB( 

   ImageID : int,

   HistoA : int[],

   HistoR : int[],

   HistoG : int[],

   HistoB : int[]

) : GdPictureStatus;
public: GdPictureStatus HistogramGetARGB( 

   int ImageID,

   ref int[]* HistoA,

   ref int[]* HistoR,

   ref int[]* HistoG,

   ref int[]* HistoB

) 
public:

GdPictureStatus HistogramGetARGB( 

   int ImageID,

   array<int>^% HistoA,

   array<int>^% HistoR,

   array<int>^% HistoG,

   array<int>^% HistoB

) 

Parameters

ImageID
HistoA
HistoR
HistoG
HistoB
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members